docs: Fix typo in treeview docs
authorBenjamin Otte <otte@redhat.com>
Thu, 29 Sep 2011 04:30:20 +0000 (06:30 +0200)
committerBenjamin Otte <otte@redhat.com>
Thu, 29 Sep 2011 22:26:22 +0000 (00:26 +0200)
gtk/gtktreeview.c

index 7cf74ddec7b8b473bd38b3c858a8e4f531157233..7c3c0b0e0d25c115f837094eadf235792e84b6b0 100644 (file)
@@ -15628,7 +15628,7 @@ gtk_tree_view_stop_editing (GtkTreeView *tree_view,
  * @tree_view: a #GtkTreeView
  * @hover: %TRUE to enable hover selection mode
  *
- * Enables of disables the hover selection mode of @tree_view.
+ * Enables or disables the hover selection mode of @tree_view.
  * Hover selection makes the selected row follow the pointer.
  * Currently, this works only for the selection modes 
  * %GTK_SELECTION_SINGLE and %GTK_SELECTION_BROWSE.